From: Ian Campbell Date: Tue, 19 Nov 2013 13:00:10 +0000 (+0000) Subject: xen: arm: Add comment regard arm64 zImage v0 vs v1 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5920 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=41ae62495be7caa69a40c52df2470968439fa979;p=xen.git xen: arm: Add comment regard arm64 zImage v0 vs v1 Signed-off-by: Ian Campbell Acked-by: Julien Grall --- diff --git a/xen/arch/arm/kernel.c b/xen/arch/arm/kernel.c index 315d12c917..7036d94708 100644 --- a/xen/arch/arm/kernel.c +++ b/xen/arch/arm/kernel.c @@ -139,6 +139,7 @@ static int kernel_try_zimage64_prepare(struct kernel_info *info, uint64_t text_offset; /* Image load offset */ uint64_t res1; uint64_t res2; + /* zImage V1 only from here */ uint64_t res3; uint64_t res4; uint64_t res5;